home *** CD-ROM | disk | FTP | other *** search
/ Enter 2005 August / EnterCD 08_2005.iso / dosapps / freedos / doc / undelete / relnotes.txt < prev   
Encoding:
Text File  |  2002-11-07  |  2.3 KB  |  42 lines

  1. This project was started in 2001. No changelog for initial changes...
  2. This is both a changelog and a place to put notes about undelete.
  3.  
  4. Compilation: Turbo C with the included .tc and .prj files (adjust the
  5.              paths as needed), plus to reassemble the low level disk
  6.              part NASM. Use nasm with the -fobj option to create
  7.              bigdisk.obj. For Linux: gcc -Wall *.c -s -o undelete.elf
  8.  
  9. Oct 20 2002: Added "extract" mode and made autodetection of the size
  10.              the default for all modes. Fixed a bug that would cause
  11.              failure to read partitions of size 16..32 MB. New help
  12.              screen, GNU GPL License disclaimer spread over all files.
  13.              Howto is part of the package but already deprecated with
  14.              respect to size autodetection :-(. More verbose error
  15.              messages. Help screen made with help of Emanuele Cipolla.
  16.              Full GPL disclaimers on request of JHall of the FreeDOS
  17.              project ( http://www.freedos.org/ ). Special undelete
  18.              release for my birthday today ;-). Both DOS and Linux
  19.              binaries (Linux version reads test.img, wants a dummy
  20.              prefix "x:" for target files) and .obj included.
  21.  
  22. Nov 07 2002: Added better LFN display and removed the need to have NASM
  23.              for the "DOS disks > 32 MB" driver part. All C now. Also
  24.              allows drivespec in dirsave dir selection now, which is
  25.              IGNORED. This is only there to ease the use of UNDELETE in
  26.              combination with the new cool %_CWD% feature of FreeCOM 0.83
  27.              beta 50.
  28.              Added some batch files that use the new FreeCOM to mirror
  29.              the normal mirror stuff and optionally the whole directory
  30.              data dump. Added a nifty COUNT tool for counting in batch
  31.              files (by me) and the public domain GLOBAL recursion
  32.              helper tool.
  33.  
  34. If you find any errors or if you want to add FAT32 support or
  35. other fancy features, please contact me: eric@coli.uni-sb.de
  36.  
  37. Fancy features can include: Relative directory names for dirsave
  38. and wildcard search for follow and extract. Please do not break
  39. old functions by adding new features.
  40.  
  41. Eric Auer, current maintainer of this UNDELETE (and mirror) tool.
  42.